select issue_date from stamps,paper_master,color_master,np_master where stamps.issue_date!='' and paper_master.paper_code=stamps.paper_code and paper_master.paper='Unwatermarked P.G. Matt coated paper' and np_master.np_code=stamps.np_code and np_master.np='R' and issue_date!='' order by issue_date